Improve lower bound for C_3b#92
Open
463464q435q43 wants to merge 2 commits into
Open
Conversation
This was referenced Jun 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This updates the best known lower bound for the Kakeya-type sum-difference constant from
([GGSWT2025], which improved [L2015] in the eighth decimal place) to
an improvement in the sixth decimal place (certified margin$8.84 \times 10^{-6}$ over $1.77898$ ).
The bound comes from a 13-point entropy construction, using the entropy formulation already quoted on the$(X,Y)$ given below,
3b.mdpage: for the pairThe exact rational weights (common denominator$10^{36}$ , reduced) sum to exactly $1$ , and the support is symmetric under $(x,y) \mapsto (y,x)$ . The certified value is $1.778988841420693549\ldots$ , safely below the proven upper bound $11/6 = 1.8333\ldots$ [KT1999].
Certificate
Verification
All four linear forms ($X-Y$ , $X$ , $Y$ , $X+Y$ ) take small integer values on the support,$C_{3b}$ .
so the pushforward distributions are computed exactly as rationals; the only inexact step
is the logarithm, which is enclosed with
mpmathinterval arithmetic. The reported boundis the lower endpoint of the interval ratio, hence a rigorous lower bound on
Expected output:
The certificate was checked twice with independent code paths:
above), re-run at dps=120 against the exact rational distribution.
using only the Python standard library (
json,fractions) plusmpmath.ivintervalarithmetic at dps=100: pushforwards grouped as exact
Fractions, interval endpointspulled back to exact dyadic rationals (via
libmp.to_rational), and all verdictsdecided by exact rational comparisons. It certifies
(interval width
AI assistance disclosure
This is a fully AI-derived result: the construction was found and certified by Mosaic Intelligence's automated search-and-verification system, and the submission text was AI-prepared. All numerical results and references were independently re-run and verified before submission.